id: task-11 title: "GUI: Implement GUI Kanban Board Display & Interaction" status: "To Do" assignee: [] reporter: @MrLesk created_date: 2025-06-04 labels: ["gui", "kanban", "feature"] milestone: "M4 - GUI-Kanban Board" dependencies: ["task-8"]
Description
Develop the main Kanban board view in the GUI:
- Display columns based on task statuses.
- Render task cards with key information.
- Implement drag-and-drop to change task status (updating the Markdown file and committing).
- Allow opening a task for detailed view/edit.
Acceptance Criteria
- [ ] Kanban board accurately reflects tasks in
.backlog/tasks/. - [ ] Task cards display relevant info.
- [ ] Drag-and-drop updates task status and commits change.